lib: Provide internal summary signing with separate directory
authorDan Nicholson <nicholson@endlessm.com>
Tue, 21 Jan 2020 18:56:09 +0000 (11:56 -0700)
committerDan Nicholson <dbn@endlessos.org>
Tue, 7 Feb 2023 21:50:47 +0000 (14:50 -0700)
commit6cc75a6c1e2e72d536568e17a6a45ca6cd629630
tree481902da107a013565277d6a77b18003b829392c
parentb88948180129a8866a4c03699c16f21ce40f3b18
lib: Provide internal summary signing with separate directory

Refactor the summary signing APIs to use internal versions where the
directory fd containing the summary can be found. The existing signing
APIs still uses the repo directory fd, but this will allow using a
temporary directory for the summary and signature in the new metadata
generating API.
Makefile-libostree.am
src/libostree/ostree-repo.c
src/libostree/ostree-sign-private.h [new file with mode: 0644]
src/libostree/ostree-sign.c